[C#] Own component with panel
        Posted  
        
            by Adam
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Adam
        
        
        
        Published on 2010-04-14T09:04:55Z
        Indexed on 
            2010/04/14
            9:13 UTC
        
        
        Read the original article
        Hit count: 437
        
Hi,
I want to create my own component which consists two other panels. One of them has fixed contents (such as control buttons, etc.) and the other is standard panel, where I can add other components in designer (VS2008). I know that I have to create UserControl, where I can place my two panels. Then I want to insert my component into the form. But I don't know how to create behavior where I can add other components (such as buttons, labels, etc.) only into second panel in my component. Could anyone help me with creating this component?
Thank you. Adam.
© Stack Overflow or respective owner